﻿2026-06-16T08:25:41.9330793Z ##[group]Run actions/checkout@v5
2026-06-16T08:25:41.9331747Z with:
2026-06-16T08:25:41.9332217Z   repository: SaberMage/spt-core
2026-06-16T08:25:41.9339494Z   token: ***
2026-06-16T08:25:41.9339952Z   ssh-strict: true
2026-06-16T08:25:41.9340414Z   ssh-user: git
2026-06-16T08:25:41.9340889Z   persist-credentials: true
2026-06-16T08:25:41.9341429Z   clean: true
2026-06-16T08:25:41.9341911Z   sparse-checkout-cone-mode: true
2026-06-16T08:25:41.9342521Z   fetch-depth: 1
2026-06-16T08:25:41.9342977Z   fetch-tags: false
2026-06-16T08:25:41.9343447Z   show-progress: true
2026-06-16T08:25:41.9343919Z   lfs: false
2026-06-16T08:25:41.9344352Z   submodules: false
2026-06-16T08:25:41.9344836Z   set-safe-directory: true
2026-06-16T08:25:41.9345578Z ##[endgroup]
2026-06-16T08:25:42.0136187Z Syncing repository: SaberMage/spt-core
2026-06-16T08:25:42.0138182Z ##[group]Getting Git version info
2026-06-16T08:25:42.0139330Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-16T08:25:42.0140734Z [command]/usr/bin/git version
2026-06-16T08:25:42.0141297Z git version 2.43.0
2026-06-16T08:25:42.0145005Z ##[endgroup]
2026-06-16T08:25:42.0156130Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/0673e037-2362-4f00-ad28-1314c409d77e' before making global git config changes
2026-06-16T08:25:42.0158127Z Adding repository directory to the temporary git global config as a safe directory
2026-06-16T08:25:42.0159879Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-16T08:25:42.0193026Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-16T08:25:42.0212775Z https://github.com/SaberMage/spt-core
2026-06-16T08:25:42.0222349Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-16T08:25:42.0225138Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-16T08:25:42.0242065Z refs/heads/dev-freeform
2026-06-16T08:25:42.0247823Z [command]/usr/bin/git checkout --detach
2026-06-16T08:25:42.0288239Z HEAD is now at 24e2409 M11-W5 T5.1: gateway-owner cross-node [twohost] rung + defer cross-node tunnel
2026-06-16T08:25:42.0319386Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-16T08:25:42.0345966Z Deleted branch dev-freeform (was 24e2409).
2026-06-16T08:25:42.0382000Z ##[endgroup]
2026-06-16T08:25:42.0383774Z [command]/usr/bin/git submodule status
2026-06-16T08:25:42.0569282Z ##[group]Cleaning the repository
2026-06-16T08:25:42.0572577Z [command]/usr/bin/git clean -ffdx
2026-06-16T08:25:42.8130344Z Removing target/
2026-06-16T08:25:42.8140007Z [command]/usr/bin/git reset --hard HEAD
2026-06-16T08:25:42.8187662Z HEAD is now at 24e2409 M11-W5 T5.1: gateway-owner cross-node [twohost] rung + defer cross-node tunnel
2026-06-16T08:25:42.8226023Z ##[endgroup]
2026-06-16T08:25:42.8228071Z ##[group]Disabling automatic garbage collection
2026-06-16T08:25:42.8230347Z [command]/usr/bin/git config --local gc.auto 0
2026-06-16T08:25:42.8255556Z ##[endgroup]
2026-06-16T08:25:42.8257104Z ##[group]Setting up auth
2026-06-16T08:25:42.8260410Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-16T08:25:42.8305078Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-16T08:25:42.8473630Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-16T08:25:42.8499634Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-16T08:25:42.8680602Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-16T08:25:42.8706555Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-16T08:25:42.8891747Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-16T08:25:42.8925427Z ##[endgroup]
2026-06-16T08:25:42.8927168Z ##[group]Fetching the repository
2026-06-16T08:25:42.8934163Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +24e2409de14b0439f608f10426f2d79b64c5e50a:refs/remotes/origin/dev-freeform
2026-06-16T08:25:43.3673552Z ##[endgroup]
2026-06-16T08:25:43.3675445Z ##[group]Determining the checkout info
2026-06-16T08:25:43.3676930Z ##[endgroup]
2026-06-16T08:25:43.3677875Z [command]/usr/bin/git sparse-checkout disable
2026-06-16T08:25:43.3715487Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-16T08:25:43.3741150Z ##[group]Checking out the ref
2026-06-16T08:25:43.3742862Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-16T08:25:43.3785918Z Switched to a new branch 'dev-freeform'
2026-06-16T08:25:43.3787296Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-16T08:25:43.3790853Z ##[endgroup]
2026-06-16T08:25:43.3821257Z [command]/usr/bin/git log -1 --format=%H
2026-06-16T08:25:43.3844617Z 24e2409de14b0439f608f10426f2d79b64c5e50a
